home *** CD-ROM | disk | FTP | other *** search
/ Voyager Presents CD-ROM's That Matter / Voyager Presents CD-ROM's That Matter.iso / pc / preview.dir / 00034_ebMore.ls < prev    next >
Encoding:
Text File  |  1995-02-25  |  341 b   |  14 lines

  1. on mouseDown
  2.   global lastFrame, lastEBFrame
  3.   put "mousedown: lastFrame=" & lastFrame & "   lastebframe=" & lastEBFrame
  4.   if lastFrame contains "more" then
  5.     goLabel(lastEBFrame)
  6.     set lastEBFrame to EMPTY
  7.   else
  8.     if (lastFrame contains "req") = 0 then
  9.       set lastEBFrame to lastFrame
  10.     end if
  11.     go("ebook,more")
  12.   end if
  13. end
  14.